Uses of Class
nz.co.cks.tms.xml.types.NcbTypeType

Packages that use NcbTypeType
nz.co.cks.tms.xml   
nz.co.cks.tms.xml.types   
 

Uses of NcbTypeType in nz.co.cks.tms.xml
 

Fields in nz.co.cks.tms.xml declared as NcbTypeType
private  NcbTypeType NcbType._ncbType
          Field _ncbType
 

Methods in nz.co.cks.tms.xml that return NcbTypeType
 NcbTypeType NcbType.getNcbType()
          Method getNcbTypeReturns the value of field 'ncbType'.
 

Methods in nz.co.cks.tms.xml with parameters of type NcbTypeType
 void NcbType.setNcbType(NcbTypeType ncbType)
          Method setNcbTypeSets the value of field 'ncbType'.
 

Uses of NcbTypeType in nz.co.cks.tms.xml.types
 

Fields in nz.co.cks.tms.xml.types declared as NcbTypeType
static NcbTypeType NcbTypeType.VALUE_0
          The instance of the Organisation type
static NcbTypeType NcbTypeType.VALUE_1
          The instance of the Organisation Unit type
static NcbTypeType NcbTypeType.VALUE_2
          The instance of the Person type
 

Methods in nz.co.cks.tms.xml.types that return NcbTypeType
static NcbTypeType NcbTypeType.valueOf(java.lang.String string)
          Method valueOfReturns a new NcbTypeType based on the given String value.